func runtime.stackalloc

4 uses

	runtime (current package)
		proc.go#L4038: 			newg.stack = stackalloc(uint32(stacksize))
		proc.go#L4259: 			gp.stack = stackalloc(_FixedStack)
		stack.go#L342: func stackalloc(n uint32) stack {
		stack.go#L871: 	new := stackalloc(uint32(newsize))